Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGridDetailProvider<TItem> Class / ShowExpandButton Property


In This Topic
    ShowExpandButton Property
    In This Topic
    Gets or sets whether to show the expand/collapse buttons in the row headers.
    Syntax
    'Declaration
     
    
    Public Property ShowExpandButton As Boolean
    'Usage
     
    
    Dim instance As FlexGridDetailProvider(Of TItem)
    Dim value As Boolean
     
    instance.ShowExpandButton = value
     
    value = instance.ShowExpandButton
    public bool ShowExpandButton {get; set;}
    See Also